home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Applications / Laughing Bird Folder / The Laughing Bird Restaurant / The Laughing Bird Restaurant.dxr / 00410.ls < prev    next >
Encoding:
Text File  |  1995-12-16  |  176 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click1")
  3. end
  4.  
  5. on mouseUp
  6.   global gThanxshowing
  7.   if gThanxshowing = 0 then
  8.     initPush(3, 4, 0)
  9.     go("pass2")
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.